Add Method (BaseStorage<T,TMappingCollection>)
Adds an existing item to the internal list.
'Declaration
Public Overridable Function Add( _
ByVal As Object _
) As Integer
public virtual int Add(
object
)
Parameters
- value
- The System.Object to add.
Return Value
The position into which the new element was inserted.